hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
IHipFileItf
hip
api
filesystem
hipfs
Undocumented in source.
interface
IHipFileItf {
bool
open
(string path, FileMode mode);
int
read
(void* buffer, ulong count);
int
seek
(long count, int whence);
ulong
getSize
();
void
close
();
}
Members
Functions
close
void
close
()
Undocumented in source.
getSize
ulong
getSize
()
Undocumented in source.
open
bool
open
(string path, FileMode mode)
Undocumented in source.
read
int
read
(void* buffer, ulong count)
Undocumented in source.
seek
int
seek
(long count, int whence)
Whence is the same from stdio
Meta
Source
See Implementation
hip
api
filesystem
hipfs
aliases
HipFS
enums
FileMode
FileReadResult
SEEK_SET
functions
HipFileSystem
setIHipFS
interfaces
IHipDirectoryItf
IHipFS
IHipFSPromise
IHipFileItf
IHipFileSystemInteraction